home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
WWW
/
http
/
www.wirenet.co.uk
/
files
/
thor24_arexx.lha
/
Examples
/
HitRate.br
< prev
next >
Wrap
Text File
|
1996-11-11
|
375b
|
23 lines
/* $VER: HitRate.br 3.1 (07.06.94)
*
* Get hitrate for buffer system
*/
if ~show('p', 'BBSREAD') then do
address command
"run >nil: `GetEnv THOR/THORPath`bin/LoadBBSRead"
"WaitForPort BBSREAD"
end
options results
address BBSREAD
BUFHITRATE RATES
say 'Global hitrate:' result
say 'Read hitrate: ' RATES.READ
say 'Write hitrate: ' RATES.WRITE
exit